summaryrefslogtreecommitdiff
path: root/client/locales
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-08-16 15:32:05 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit9316c4d826e813bcb26c520bfde4e4352ae9d67a (patch)
tree1846906f9a79c9d58a640c1a13c6c71ad825a3d5 /client/locales
parent15588a55a8c00fcfd9994eb87cff91c352a850d4 (diff)
Client + l18n: Make some errors internal only
Diffstat (limited to 'client/locales')
-rw-r--r--client/locales/da/messages.gotext.json112
-rw-r--r--client/locales/de/messages.gotext.json112
-rw-r--r--client/locales/en/messages.gotext.json134
-rw-r--r--client/locales/es/messages.gotext.json112
-rw-r--r--client/locales/fr/messages.gotext.json112
-rw-r--r--client/locales/it/messages.gotext.json112
-rw-r--r--client/locales/nl/messages.gotext.json120
-rw-r--r--client/locales/sl/messages.gotext.json120
-rw-r--r--client/locales/uk/messages.gotext.json112
9 files changed, 74 insertions, 972 deletions
diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json
index e20ee39..72f817a 100644
--- a/client/locales/da/messages.gotext.json
+++ b/client/locales/da/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "da",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": ""
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": ""
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": ""
- },
- {
"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": ""
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json
index 3991db3..a37e3a5 100644
--- a/client/locales/de/messages.gotext.json
+++ b/client/locales/de/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "de",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": ""
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": ""
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": ""
- },
- {
"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": ""
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json
index f0c56c6..03feb19 100644
--- a/client/locales/en/messages.gotext.json
+++ b/client/locales/en/messages.gotext.json
@@ -2,47 +2,6 @@
"language": "en",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": "Internal state transition error",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "The client registered with an invalid client ID: '{Name}'",
- "translatorComment": "Copied from source.",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ],
- "fuzzy": true
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "The client registered with an invalid version: '{Version}'",
- "translatorComment": "Copied from source.",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ],
- "fuzzy": true
- },
- {
"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",
@@ -60,20 +19,6 @@
"fuzzy": true
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": "Client has an invalid state",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": "Server/organization discovery with Let's Connect is not supported",
- "translatorComment": "Copied from source.",
- "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",
@@ -293,23 +238,6 @@
"fuzzy": true
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "Server type: '{Type}' is not valid to be added",
- "translatorComment": "Copied from source.",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ],
- "fuzzy": true
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": "The VPN configuration could not be obtained",
@@ -324,23 +252,6 @@
"fuzzy": true
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "Not a valid server type: {Type}",
- "translatorComment": "Copied from source.",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ],
- "fuzzy": true
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
@@ -429,13 +340,6 @@
"fuzzy": true
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": "Setting a secure internet location with Let's Connect! is not supported",
- "translatorComment": "Copied from source.",
- "fuzzy": true
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": "No secure internet server available to set a location for",
@@ -450,9 +354,9 @@
"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}'",
+ "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": [
{
@@ -475,31 +379,6 @@
"fuzzy": true
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translatorComment": "Copied from source.",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ],
- "fuzzy": true
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": "timeout reached",
@@ -512,6 +391,13 @@
"translation": "with cause:",
"translatorComment": "Copied from source.",
"fuzzy": true
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": "An internal error occurred",
+ "translatorComment": "Copied from source.",
+ "fuzzy": true
}
]
} \ No newline at end of file
diff --git a/client/locales/es/messages.gotext.json b/client/locales/es/messages.gotext.json
index 18713f0..e19ad9e 100644
--- a/client/locales/es/messages.gotext.json
+++ b/client/locales/es/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "es",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": "Error de transición del estado interno"
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "El cliente se registró con un ID de cliente no válido: '{Name}'",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "El cliente se registró con una versión no válida: '{Version}'",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "El archivo de registro con el directorio: '{Directory}' no se puede inicializar",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": "El cliente tiene un estado no válido"
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": "No se admite la detección de servidores/organizaciones con Let's Connect"
- },
- {
"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": "Se ha producido un error al obtener los archivos de detección de la lista de las organizaciones"
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/fr/messages.gotext.json b/client/locales/fr/messages.gotext.json
index a4de48c..ba67400 100644
--- a/client/locales/fr/messages.gotext.json
+++ b/client/locales/fr/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "fr",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": ""
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": ""
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": ""
- },
- {
"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": ""
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/it/messages.gotext.json b/client/locales/it/messages.gotext.json
index 454e6af..2691bff 100644
--- a/client/locales/it/messages.gotext.json
+++ b/client/locales/it/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "it",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": ""
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": ""
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": ""
- },
- {
"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": ""
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json
index 911f9fa..685b045 100644
--- a/client/locales/nl/messages.gotext.json
+++ b/client/locales/nl/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "nl",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": "Er is een fout opgetreden in de interne staat"
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "De client heeft zich geregistreerd met een onjuiste identiteit: '{Name}'",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "De client heeft zich geregistreerd met een onjuiste versie: '{Version}'",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "Het log bestand met pad: '{Directory}' kon niet aangemaakt worden",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": "De client heeft een onjuiste staat"
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": "Servers of organisaties verkrijgen met de Let's Connect client wordt niet ondersteund"
- },
- {
"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": "Er is een fout opgetreden met het ophalen van de lijst van organisaties"
@@ -169,7 +124,7 @@
{
"id": "The identifier that was passed to the library is incorrect",
"message": "The identifier that was passed to the library is incorrect",
- "translation": "De identieit die aan de library werd gegeven is niet correct"
+ "translation": ""
},
{
"id": "Could not retrieve institute access server with URL: '{Identifier}' from discovery",
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "Het server type: '{Type}' kan niet toegevoegd worden",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": "De VPN configuratie kon niet opgehaald worden"
@@ -272,24 +212,9 @@
"translation": "Het huidig profiel kan niet gevonden worden"
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "{Type} is niet een geldig server type",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
- "translation": "De identiteit: '{Identifier}' voor server met type: '{Type}' is niet geldig",
+ "translation": "",
"placeholders": [
{
"id": "Identifier",
@@ -332,7 +257,7 @@
{
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid for removal",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid for removal",
- "translation": "Identiteit: '{Identifier}' voor server met type: '{Type}' is niet geldig om verwijderd te worden",
+ "translation": "",
"placeholders": [
{
"id": "Identifier",
@@ -363,11 +288,6 @@
"translation": "De VPN connectie is niet volledig opgeruimd"
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": "Er kan geen locatie ingesteld worden met de Let's Connect! client"
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": "Er is geen \"secure internet\" server beschikbaar om de locatie voor in te stellen"
@@ -378,9 +298,9 @@
"translation": "De huidige server kon niet opgehaald worden om de sessie te hernieuwen"
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "translation": "Het failovermechanisme kon niet vervuld worden met gateway: '{Gateway}' en MTU: '{Mtu}'",
+ "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",
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "De interne staat kon niet bijgewerkt worden van: '{StateNamecurr}' naar '{StateNamestate}'",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": "Er is een time-out opgetreden in de verbinding. Controleer uw internetverbinding"
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": "met oorzaak:"
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/sl/messages.gotext.json b/client/locales/sl/messages.gotext.json
index e58a977..0b10785 100644
--- a/client/locales/sl/messages.gotext.json
+++ b/client/locales/sl/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "sl",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": "Napaka prehoda notranjega stanja"
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "Odjemalec se je registriral z napačnim ID-jem '{Name}'",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "Odjemalec se je registriral z napačno verzijo '{Version}'",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "Napaka pri vzpostavitvi datoteke dnevnika v imeniku '{Directory}'",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": "Odjemalec ima neveljavno stanje"
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": "Let's Connect ne podpira kataloga strežnikov/organizacij"
- },
- {
"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": "Pri nalaganju datotek kataloga organizacij je prišlo do napake"
@@ -169,7 +124,7 @@
{
"id": "The identifier that was passed to the library is incorrect",
"message": "The identifier that was passed to the library is incorrect",
- "translation": "ID poslan knjižnici je napačen"
+ "translation": ""
},
{
"id": "Could not retrieve institute access server with URL: '{Identifier}' from discovery",
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "Vrsta strežnika '{Type}' ni veljavna za dodajanje",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": "Napaka pri prenosu nastavitev VPN"
@@ -272,24 +212,9 @@
"translation": "Izbranega profila ni bilo mogoče najti"
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "{Type} ni veljavna vrsta strežnika",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
- "translation": "ID '{Identifier}' za strežnik vrste '{Type}' ni veljaven",
+ "translation": "",
"placeholders": [
{
"id": "Identifier",
@@ -332,7 +257,7 @@
{
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid for removal",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid for removal",
- "translation": "ID '{Identifier}' strežnika vrste '{Type}' ni veljaven za odstranitev",
+ "translation": "",
"placeholders": [
{
"id": "Identifier",
@@ -363,11 +288,6 @@
"translation": "Napaka pri čiščenju povezave VPN za izbrani strežnik"
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": "Let's Connect! ne podpira nastavljanje varnega spleta"
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": "Za izbiro lokacije ni na voljo nobenega strežnika za varni splet"
@@ -378,9 +298,9 @@
"translation": "Napaka pri ugotavljanju izbranega strežnika za podaljšanje seje"
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "translation": "Failover preko prehoda '{Gateway}' in z MTU-jem '{Mtu}' se ni zaključil",
+ "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",
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "Prehod notranjega stanja iz {StateNamecurr} v {StateNamestate}, ki ga je zahteval odjemalec, ni uspel",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": "čas je potekel"
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": "; razlog:"
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file
diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json
index 653c9c7..daa83e0 100644
--- a/client/locales/uk/messages.gotext.json
+++ b/client/locales/uk/messages.gotext.json
@@ -2,41 +2,6 @@
"language": "uk",
"messages": [
{
- "id": "Internal state transition error",
- "message": "Internal state transition error",
- "translation": ""
- },
- {
- "id": "The client registered with an invalid client ID: '{Name}'",
- "message": "The client registered with an invalid client ID: '{Name}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Name",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "name"
- }
- ]
- },
- {
- "id": "The client registered with an invalid version: '{Version}'",
- "message": "The client registered with an invalid version: '{Version}'",
- "translation": "",
- "placeholders": [
- {
- "id": "Version",
- "string": "%[1]v",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "version"
- }
- ]
- },
- {
"id": "The log file with directory: '{Directory}' failed to initialize",
"message": "The log file with directory: '{Directory}' failed to initialize",
"translation": "",
@@ -52,16 +17,6 @@
]
},
{
- "id": "Client has an invalid state",
- "message": "Client has an invalid state",
- "translation": ""
- },
- {
- "id": "Server/organization discovery with Let's Connect is not supported",
- "message": "Server/organization discovery with Let's Connect is not supported",
- "translation": ""
- },
- {
"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": ""
@@ -247,21 +202,6 @@
]
},
{
- "id": "Server type: '{Type}' is not valid to be added",
- "message": "Server type: '{Type}' is not valid to be added",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "The VPN configuration could not be obtained",
"message": "The VPN configuration could not be obtained",
"translation": ""
@@ -272,21 +212,6 @@
"translation": ""
},
{
- "id": "Not a valid server type: {Type}",
- "message": "Not a valid server type: {Type}",
- "translation": "",
- "placeholders": [
- {
- "id": "Type",
- "string": "%[1]v",
- "type": "github.com/eduvpn/eduvpn-common/types/server.Type",
- "underlyingType": "int8",
- "argNum": 1,
- "expr": "_type"
- }
- ]
- },
- {
"id": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"message": "Identifier: '{Identifier}' for server with type: '{Type}' is not valid",
"translation": "",
@@ -363,11 +288,6 @@
"translation": ""
},
{
- "id": "Setting a secure internet location with Let's Connect! is not supported",
- "message": "Setting a secure internet location with Let's Connect! is not supported",
- "translation": ""
- },
- {
"id": "No secure internet server available to set a location for",
"message": "No secure internet server available to set a location for",
"translation": ""
@@ -378,8 +298,8 @@
"translation": ""
},
{
- "id": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
- "message": "Failover failed to complete with gateway: '{Gateway}' and mtu: '{Mtu}'",
+ "id": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
+ "message": "Failover failed to complete with gateway: '{Gateway}' and MTU: '{Mtu}'",
"translation": "",
"placeholders": [
{
@@ -401,29 +321,6 @@
]
},
{
- "id": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "message": "Failed internal state transition requested by the client from: '{StateNamecurr}' to '{StateNamestate}'",
- "translation": "",
- "placeholders": [
- {
- "id": "StateNamecurr",
- "string": "%[1]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 1,
- "expr": "GetStateName(curr)"
- },
- {
- "id": "StateNamestate",
- "string": "%[2]s",
- "type": "string",
- "underlyingType": "string",
- "argNum": 2,
- "expr": "GetStateName(state)"
- }
- ]
- },
- {
"id": "timeout reached",
"message": "timeout reached",
"translation": ""
@@ -432,6 +329,11 @@
"id": "with cause:",
"message": "with cause:",
"translation": ""
+ },
+ {
+ "id": "An internal error occurred",
+ "message": "An internal error occurred",
+ "translation": ""
}
]
} \ No newline at end of file