diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-08-16 13:38:11 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 231f7b924a28c5c08e9b7ee9ddd60343589705f6 (patch) | |
| tree | b881a37f75681904609d9da348bb034457f65801 /client/locales/nl | |
| parent | 129594e5871ae0a045563a9f5b9a54eda413d1ad (diff) | |
Locales: Add a script to sync translations and use it
Diffstat (limited to 'client/locales/nl')
| -rw-r--r-- | client/locales/nl/messages.gotext.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/client/locales/nl/messages.gotext.json b/client/locales/nl/messages.gotext.json index 58411b9..d142639 100644 --- a/client/locales/nl/messages.gotext.json +++ b/client/locales/nl/messages.gotext.json @@ -77,16 +77,61 @@ "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "The secure internet location could not be set", "message": "The secure internet location could not be set", "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "The authorization procedure failed to complete", "message": "The authorization procedure failed to complete", "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "No suitable profiles could be found", "message": "No suitable profiles could be found", "translation": "" |
