Files
vscode-template-file-generator/package.nls.ru.json

9 lines
757 B
JSON
Raw Permalink Normal View History

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