Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/rus/src/vs/editor/contrib')
-rw-r--r--i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json12
-rw-r--r--i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json2
2 files changed, 14 insertions, 0 deletions
diff --git a/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
new file mode 100644
index 00000000000..e03b15626d2
--- /dev/null
+++ b/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "label.find": "Найти",
+ "placeholder.find": "Найти",
+ "label.previousMatchButton": "Предыдущее соответствие",
+ "label.nextMatchButton": "Следующее соответствие",
+ "label.closeButton": "Закрыть"
+} \ No newline at end of file
diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json
index 95c9ccbe774..88bbf853904 100644
--- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json
+++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json
@@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "ссылка в {0} в строке {1} и символе {2}",
+ "aria.fileReferences.1": "1 символ в {0}, полный путь: {1}",
+ "aria.fileReferences.N": "{0} символов в {1}, полный путь: {2} ",
"aria.result.0": "Результаты не найдены",
"aria.result.1": "Обнаружен 1 символ в {0}",
"aria.result.n1": "Обнаружено {0} символов в {1}",