summaryrefslogtreecommitdiff
path: root/client/locales/cs
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-10-30 16:50:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-10-30 16:50:29 +0100
commitd47796499fb847c0a03bdca100b10d52fadfe71a (patch)
tree5662370908461c3a3201a1322ec860d60102f7e3 /client/locales/cs
parentb189a197a1a7e9503ffc5a9cdde258cc93e2974b (diff)
Locale: Add cs template
Diffstat (limited to 'client/locales/cs')
-rw-r--r--client/locales/cs/messages.gotext.json178
1 files changed, 178 insertions, 0 deletions
diff --git a/client/locales/cs/messages.gotext.json b/client/locales/cs/messages.gotext.json
new file mode 100644
index 0000000..ce1a056
--- /dev/null
+++ b/client/locales/cs/messages.gotext.json
@@ -0,0 +1,178 @@
+{
+ "language": "cs",
+ "messages": [
+ {
+ "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 VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorizate again. Please manually connect again.",
+ "translation": "",
+ "placeholders": [
+ {
+ "id": "Identifier",
+ "string": "%[1]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 1,
+ "expr": "identifier"
+ }
+ ]
+ },
+ {
+ "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": "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 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 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