This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b189a19
commit d477964
Showing
7 changed files
with
194 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,4 +175,4 @@ | |
"translation": "Der skete en intern fejl" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,4 +175,4 @@ | |
"translation": "Ein interner Fehler ist aufgetreten" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,4 +175,4 @@ | |
"translation": "Une erreur interne s'est produite" | ||
} | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters