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/indentation/indentation.i18n.json')
-rw-r--r--i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json
index 8918e1c525a..54c2cf9ba0a 100644
--- a/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json
+++ b/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json
@@ -13,5 +13,6 @@
"indentUsingTabs": "Отступ с использованием табуляции",
"indentUsingSpaces": "Отступ с использованием пробелов",
"detectIndentation": "Определение отступа от содержимого",
- "editor.reindentlines": "Повторно расставить отступы строк"
+ "editor.reindentlines": "Повторно расставить отступы строк",
+ "editor.reindentselectedlines": "Повторно расставить отступы для выбранных строк"
} \ No newline at end of file