Merged in translations

This commit is contained in:
Dirk Baeumer
2016-10-13 15:16:38 +02:00
parent 0a42a84fe8
commit 26768ad758
462 changed files with 2278 additions and 545 deletions

View File

@@ -3,4 +3,16 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"error.connection.unknown": "Произошла неизвестная ошибка подключения. Утеряно подключение к Интернету, либо сервер, к которому вы подключены, перешел в автономный режим.",
"error.connection.unknown.verbose": "Произошла неизвестная ошибка подключения ({0})",
"error.defaultMessage": "Произошла неизвестная ошибка. Подробные сведения см. в журнале.",
"error.http": "{0} (HTTP {1})",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.moreErrors": "{0} (всего ошибок: {1})",
"error.permission": "Отказано в разрешении",
"error.permission.verbose": "Отказано в разрешении (HTTP {0})",
"message": "{0}. Код ошибки: {1}",
"nodeExceptionMessage": "Произошла системная ошибка ({0})",
"stackTrace.format": "{0}: {1}"
}

View File

@@ -3,4 +3,15 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"altKey": "ALT",
"altKey.long": "ALT",
"cmdKey": "COMMAND",
"cmdKey.long": "COMMAND",
"ctrlKey": "CTRL",
"ctrlKey.long": "CTRL",
"shiftKey": "SHIFT",
"shiftKey.long": "SHIFT",
"windowsKey": "Клавиша Windows",
"windowsKey.long": "Клавиша Windows"
}