Files
vscode-template-file-generator/package.nls.ru.json
S.Gromov ced06e1ca8 refactor: переименовать расширение в templateFileGenerator
- идентификатор расширения переименован с templateForge на templateFileGenerator
- обновлены команды, настройки и конфигурация
- обновлены ссылки на репозиторий
- версия обновлена до 1.0.2
- обновлены локализации (en, ru)
- обновлена документация (README, CHANGELOG)
2026-04-02 22:35:09 +03:00

9 lines
757 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"templateFileGenerator.createFromTemplate.title": "Создать из шаблона...",
"templateFileGenerator.configure.title": "Настроить генератор шаблонов...",
"templateFileGenerator.config.templatesPath.description": "Путь к папке с шаблонами (относительно корня проекта)",
"templateFileGenerator.config.overwriteFiles.description": "Перезаписывать ли существующие файлы при генерации",
"templateFileGenerator.config.inputMode.description": "Режим ввода переменных: webview или inputBox",
"templateFileGenerator.config.language.description": "Язык интерфейса расширения"
}