diff options
Diffstat (limited to 'client/locales/uk')
| -rw-r--r-- | client/locales/uk/messages.gotext.json | 80 |
1 files changed, 25 insertions, 55 deletions
diff --git a/client/locales/uk/messages.gotext.json b/client/locales/uk/messages.gotext.json index 9df9e28..29d22d5 100644 --- a/client/locales/uk/messages.gotext.json +++ b/client/locales/uk/messages.gotext.json @@ -2,6 +2,21 @@ "language": "uk", "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": "Не вдалося додати сервер доступу до інституту з URL-адресою: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Клієнт спробував автоматично підключитися до сервера VPN: '{Identifier}', але вам потрібно авторизуватися повторно. Знову підключіться вручну.", - "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": "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": "Клієнт намагався автоматично підключитися до сервера VPN: '{Identifier}', але операція не завершилася", - "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": "Не вдалося підключитися до сервера: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Не вдалося отримати конфігурацію VPN для сервера: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "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", @@ -175,4 +145,4 @@ "translation": "Сталася внутрішня помилка" } ] -} +}
\ No newline at end of file |
