mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Additional i18n files
This commit is contained in:
25
i18n/rus/src/vs/base/common/errors.i18n.json
Normal file
25
i18n/rus/src/vs/base/common/errors.i18n.json
Normal file
@@ -0,0 +1,25 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* 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})",
|
||||
"illegalArgumentError": "Недопустимый аргумент: {0}",
|
||||
"illegalArgumentError2": "Недопустимый аргумент",
|
||||
"illegalStateError": "Недопустимое состояние: {0}",
|
||||
"illegalStateError2": "Недопустимое состояние",
|
||||
"loaderError": "Сбой загрузки требуемого файла. Утеряно подключение к Интернету, либо сервер, к которому вы подключены, перешел в автономный режим. Обновите содержимое браузера, чтобы повторить попытку.",
|
||||
"loaderErrorNative": "Не удалось загрузить требуемый файл. Перезапустите приложение, чтобы повторить попытку. Дополнительные сведения: {0}.",
|
||||
"message": "{0}. Код ошибки: {1}",
|
||||
"nodeExceptionMessage": "Произошла системная ошибка ({0})",
|
||||
"notImplementedError": "Не реализовано",
|
||||
"stackTrace.format": "{0}: {1}"
|
||||
}
|
||||
17
i18n/rus/src/vs/base/common/json.i18n.json
Normal file
17
i18n/rus/src/vs/base/common/json.i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"CloseBraceExpected": "Требуется закрывающая фигурная скобка",
|
||||
"CloseBracketExpected": "Требуется закрывающая скобка",
|
||||
"ColonExpected": "Требуется двоеточие",
|
||||
"CommaExpected": "Требуется запятая",
|
||||
"EOFExpected": "Требуется конец содержимого",
|
||||
"InvalidNumberFormat": "Недопустимый числовой формат",
|
||||
"PropertyExpected": "Требуется имя свойства",
|
||||
"UnknownSymbol": "Недопустимый символ",
|
||||
"ValeExpected": "Требуется значение",
|
||||
"ValueExpected": "Требуется значение"
|
||||
}
|
||||
10
i18n/rus/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/rus/src/vs/base/common/severity.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"sev.error": "Ошибка",
|
||||
"sev.info": "Сведения",
|
||||
"sev.warning": "Предупреждение"
|
||||
}
|
||||
22
i18n/rus/src/vs/base/common/strings.i18n.json
Normal file
22
i18n/rus/src/vs/base/common/strings.i18n.json
Normal file
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diff.days": "{0} дн.",
|
||||
"diff.days.month": "месяц назад",
|
||||
"diff.days.verbose": "{0} дн. назад",
|
||||
"diff.days.week": "неделю назад",
|
||||
"diff.days.yesterday": "вчера",
|
||||
"diff.hour.verbose": "1 час назад",
|
||||
"diff.hours": "{0} ч",
|
||||
"diff.hours.verbose": "{0} ч назад",
|
||||
"diff.minute.verbose": "1 минуту назад",
|
||||
"diff.minutes": "{0} мин",
|
||||
"diff.minutes.verbose": "{0} мин назад",
|
||||
"diff.seconds": "{0} с",
|
||||
"diff.seconds.verbose": "только что",
|
||||
"format.date": "{0}.{1}.{2} {3}:{4}:{5}",
|
||||
"format.time": "{0}:{1}:{2}"
|
||||
}
|
||||
Reference in New Issue
Block a user