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/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json')
-rw-r--r--i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
new file mode 100644
index 00000000000..d03dc07b9a9
--- /dev/null
+++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json
@@ -0,0 +1,15 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
+ "vscode.extension.contributes.iconThemes.id": "Идентификатор темы значка, как используется в параметрах пользователя.",
+ "vscode.extension.contributes.iconThemes.label": "Метка темы значка, как отображается в пользовательском интерфейсе.",
+ "vscode.extension.contributes.iconThemes.path": "Путь к файлу определения темы значка. Путь задается относительно папки расширения и, как правило, имеет следующий вид: \"./icons/awesome-icon-theme.json\".",
+ "reqarray": "Extension point `{0}` must be an array.",
+ "reqpath": "В contributes.{0}.path требуется строка. Указанное значение: {1}",
+ "reqid": "Ожидалась строка в \"contributes.{0}.id\". Указанное значение: {1}",
+ "invalid.path.1": "contributes.{0}.path ({1}) должен был быть включен в папку расширения ({2}). Это может сделать расширение непереносимым."
+} \ No newline at end of file