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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json b/src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json
index 018f87d2e8..c77334d2bd 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/localize/templatestrings.ru.json
@@ -1,11 +1,11 @@
-{
- "author": "Microsoft",
+{
+ "author": "Майкрософт",
"name": "Worker Service",
- "description": "An empty project template for creating a worker service.",
- "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
- "symbols/Framework/description": "The target framework for the project.",
- "symbols/Framework/choices/net7.0/description": "Target net7.0",
- "symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
- "postActions/restore/description": "Restore NuGet packages required by this project.",
- "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
+ "description": "Шаблон пустого проекта для создания службы Worker Service.",
+ "symbols/ExcludeLaunchSettings/description": "Следует ли исключить launchSettings.json из созданного шаблона.",
+ "symbols/Framework/description": "Целевая платформа для проекта.",
+ "symbols/Framework/choices/net7.0/description": "Целевая версия net7.0",
+ "symbols/skipRestore/description": "Если установлено, автоматическое восстановление проекта при создании пропускается.",
+ "postActions/restore/description": "Восстановление пакетов NuGet, необходимых для этого проекта.",
+ "postActions/restore/manualInstructions/default/text": "Выполнить команду \"dotnet restore\""
} \ No newline at end of file