forked from denoland/vscode_deno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add russian translation (denoland#108)
- Loading branch information
1 parent
158112b
commit f616760
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"deno.displayName": "Deno", | ||
"deno.description": "Поддержка Deno для VSCode", | ||
"deno.command.restartLanguageServer": "Перезапустить Deno Language Server", | ||
"deno.command.enable": "Включить Deno", | ||
"deno.command.disable": "Выключить Deno", | ||
"deno.config.enabled": "Определяет включен Deno или нет.", | ||
"deno.config.packageManager": "Пакетный менеджер используемый для установки модулей node.", | ||
"deno.config.alwaysShowStatus": "Всегда показывать Deno в строке состояния.", | ||
"deno.config.autoFmtOnSave": "Автоматически форматировать при сохранении.", | ||
"deno.config.dtsPath": "Путь до файла с определениями типов (.d.ts).", | ||
"deno.config.importmap": "Путь до import maps.", | ||
"deno.config.unstable": "Включить нестабильные возможности Deno." | ||
} |