├── i18n ├── vscode-language-pack-qps-ploc │ ├── .yarnrc │ ├── .gitignore │ ├── .gitattributes │ ├── yarn.lock │ ├── languagepack.png │ ├── .vscodeignore │ ├── CHANGELOG.md │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.go.i18n.json │ │ └── vscode.r.i18n.json ├── vscode-language-pack-cs │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ ├── CHANGELOG.md │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.go.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.latex.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.theme-abyss.i18n.json │ │ └── vscode.xml.i18n.json ├── vscode-language-pack-de │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.go.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.dart.i18n.json │ │ ├── vscode.hlsl.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.json.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.make.i18n.json │ │ ├── vscode.markdown.i18n.json │ │ ├── vscode.perl.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.ruby.i18n.json │ │ ├── vscode.rust.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ ├── vscode.xml.i18n.json │ │ └── vscode.yaml.i18n.json ├── vscode-language-pack-es │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ ├── vscode-language-pack-es-1.38.3.zip │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ └── vscode.theme-abyss.i18n.json ├── vscode-language-pack-fr │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ └── vscode.theme-red.i18n.json ├── vscode-language-pack-it │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ └── vscode.theme-abyss.i18n.json ├── vscode-language-pack-ja │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.diff.i18n.json │ │ ├── vscode.go.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.julia.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.xml.i18n.json │ │ ├── vscode.dart.i18n.json │ │ ├── vscode.dotenv.i18n.json │ │ ├── vscode.hlsl.i18n.json │ │ ├── vscode.json.i18n.json │ │ ├── vscode.make.i18n.json │ │ ├── vscode.perl.i18n.json │ │ ├── vscode.ruby.i18n.json │ │ ├── vscode.rust.i18n.json │ │ ├── vscode.search-result.i18n.json │ │ ├── vscode.yaml.i18n.json │ │ ├── vscode.clojure.i18n.json │ │ ├── vscode.css.i18n.json │ │ ├── vscode.html.i18n.json │ │ ├── vscode.latex.i18n.json │ │ ├── vscode.less.i18n.json │ │ ├── vscode.markdown.i18n.json │ │ ├── vscode.razor.i18n.json │ │ ├── vscode.scss.i18n.json │ │ ├── vscode.swift.i18n.json │ │ ├── vscode.cpp.i18n.json │ │ ├── vscode.csharp.i18n.json │ │ ├── vscode.docker.i18n.json │ │ ├── vscode.fsharp.i18n.json │ │ ├── vscode.groovy.i18n.json │ │ ├── vscode.java.i18n.json │ │ ├── vscode.python.i18n.json │ │ ├── vscode.handlebars.i18n.json │ │ ├── vscode.shaderlab.i18n.json │ │ ├── vscode.bat.i18n.json │ │ ├── vscode.builtin-notebook-renderers.i18n.json │ │ ├── vscode.objective-c.i18n.json │ │ ├── vscode.shellscript.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ ├── vscode.typescript.i18n.json │ │ ├── vscode.vb.i18n.json │ │ ├── vscode.javascript.i18n.json │ │ ├── vscode.powershell.i18n.json │ │ ├── vscode.restructuredtext.i18n.json │ │ ├── vscode.theme-abyss.i18n.json │ │ └── vscode.coffeescript.i18n.json ├── vscode-language-pack-ko │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.go.i18n.json │ │ ├── vscode.log.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.make.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.ruby.i18n.json │ │ ├── vscode.rust.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.xml.i18n.json │ │ ├── vscode.dart.i18n.json │ │ ├── vscode.diff.i18n.json │ │ ├── vscode.hlsl.i18n.json │ │ ├── vscode.latex.i18n.json │ │ ├── vscode.less.i18n.json │ │ ├── vscode.perl.i18n.json │ │ ├── vscode.yaml.i18n.json │ │ ├── vscode.csharp.i18n.json │ │ ├── vscode.css.i18n.json │ │ ├── vscode.docker.i18n.json │ │ ├── vscode.dotenv.i18n.json │ │ ├── vscode.fsharp.i18n.json │ │ ├── vscode.json.i18n.json │ │ ├── vscode.julia.i18n.json │ │ ├── vscode.python.i18n.json │ │ ├── vscode.razor.i18n.json │ │ ├── vscode.scss.i18n.json │ │ ├── vscode.search-result.i18n.json │ │ ├── vscode.swift.i18n.json │ │ ├── vscode.clojure.i18n.json │ │ ├── vscode.cpp.i18n.json │ │ ├── vscode.html.i18n.json │ │ ├── vscode.java.i18n.json │ │ ├── vscode.markdown.i18n.json │ │ ├── vscode.shaderlab.i18n.json │ │ ├── vscode.shellscript.i18n.json │ │ ├── vscode.groovy.i18n.json │ │ ├── vscode.handlebars.i18n.json │ │ ├── vscode.bat.i18n.json │ │ ├── vscode.builtin-notebook-renderers.i18n.json │ │ ├── vscode.objective-c.i18n.json │ │ ├── vscode.theme-abyss.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ ├── vscode.javascript.i18n.json │ │ ├── vscode.vb.i18n.json │ │ ├── vscode.coffeescript.i18n.json │ │ ├── vscode.powershell.i18n.json │ │ ├── vscode.typescript.i18n.json │ │ ├── vscode.restructuredtext.i18n.json │ │ ├── vscode.theme-monokai.i18n.json │ │ ├── vscode.theme-quietlight.i18n.json │ │ └── vscode.theme-solarized-light.i18n.json ├── vscode-language-pack-pl │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ ├── CHANGELOG.md │ └── translations │ │ └── extensions │ │ └── vscode.log.i18n.json ├── vscode-language-pack-ru │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ └── vscode.log.i18n.json ├── vscode-language-pack-zh-hans │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.diff.i18n.json │ │ ├── vscode.go.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.xml.i18n.json │ │ ├── vscode.dart.i18n.json │ │ ├── vscode.dotenv.i18n.json │ │ ├── vscode.hlsl.i18n.json │ │ ├── vscode.html.i18n.json │ │ ├── vscode.json.i18n.json │ │ ├── vscode.julia.i18n.json │ │ ├── vscode.less.i18n.json │ │ ├── vscode.make.i18n.json │ │ ├── vscode.perl.i18n.json │ │ ├── vscode.ruby.i18n.json │ │ ├── vscode.rust.i18n.json │ │ ├── vscode.scss.i18n.json │ │ ├── vscode.search-result.i18n.json │ │ ├── vscode.yaml.i18n.json │ │ ├── vscode.clojure.i18n.json │ │ ├── vscode.cpp.i18n.json │ │ ├── vscode.csharp.i18n.json │ │ ├── vscode.css.i18n.json │ │ ├── vscode.docker.i18n.json │ │ ├── vscode.fsharp.i18n.json │ │ ├── vscode.java.i18n.json │ │ ├── vscode.python.i18n.json │ │ ├── vscode.razor.i18n.json │ │ ├── vscode.swift.i18n.json │ │ ├── vscode.builtin-notebook-renderers.i18n.json │ │ ├── vscode.groovy.i18n.json │ │ ├── vscode.latex.i18n.json │ │ ├── vscode.markdown.i18n.json │ │ ├── vscode.shellscript.i18n.json │ │ ├── vscode.bat.i18n.json │ │ ├── vscode.handlebars.i18n.json │ │ ├── vscode.shaderlab.i18n.json │ │ ├── vscode.objective-c.i18n.json │ │ ├── vscode.vb.i18n.json │ │ ├── vscode.javascript.i18n.json │ │ ├── vscode.powershell.i18n.json │ │ ├── vscode.typescript.i18n.json │ │ ├── vscode.coffeescript.i18n.json │ │ ├── vscode.restructuredtext.i18n.json │ │ └── vscode.theme-red.i18n.json ├── vscode-language-pack-zh-hant │ ├── .gitignore │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ ├── vscode.r.i18n.json │ │ ├── vscode.go.i18n.json │ │ ├── vscode.ini.i18n.json │ │ ├── vscode.lua.i18n.json │ │ ├── vscode.php.i18n.json │ │ ├── vscode.pug.i18n.json │ │ ├── vscode.sql.i18n.json │ │ ├── vscode.xml.i18n.json │ │ ├── vscode.dart.i18n.json │ │ ├── vscode.diff.i18n.json │ │ ├── vscode.hlsl.i18n.json │ │ ├── vscode.json.i18n.json │ │ ├── vscode.less.i18n.json │ │ ├── vscode.make.i18n.json │ │ ├── vscode.perl.i18n.json │ │ ├── vscode.ruby.i18n.json │ │ ├── vscode.rust.i18n.json │ │ ├── vscode.scss.i18n.json │ │ ├── vscode.search-result.i18n.json │ │ ├── vscode.yaml.i18n.json │ │ ├── vscode.clojure.i18n.json │ │ ├── vscode.csharp.i18n.json │ │ ├── vscode.docker.i18n.json │ │ ├── vscode.dotenv.i18n.json │ │ ├── vscode.fsharp.i18n.json │ │ ├── vscode.html.i18n.json │ │ ├── vscode.razor.i18n.json │ │ ├── vscode.builtin-notebook-renderers.i18n.json │ │ ├── vscode.cpp.i18n.json │ │ ├── vscode.css.i18n.json │ │ ├── vscode.groovy.i18n.json │ │ ├── vscode.java.i18n.json │ │ ├── vscode.julia.i18n.json │ │ ├── vscode.markdown.i18n.json │ │ ├── vscode.python.i18n.json │ │ ├── vscode.swift.i18n.json │ │ ├── vscode.handlebars.i18n.json │ │ ├── vscode.latex.i18n.json │ │ ├── vscode.shaderlab.i18n.json │ │ ├── vscode.bat.i18n.json │ │ ├── vscode.objective-c.i18n.json │ │ ├── vscode.shellscript.i18n.json │ │ ├── vscode.vb.i18n.json │ │ ├── vscode.javascript.i18n.json │ │ ├── vscode.powershell.i18n.json │ │ ├── vscode.typescript.i18n.json │ │ ├── vscode.restructuredtext.i18n.json │ │ ├── vscode.theme-red.i18n.json │ │ └── vscode.coffeescript.i18n.json ├── vscode-language-pack-tr │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ │ └── extensions │ │ ├── vscode.log.i18n.json │ │ ├── vscode.prompt.i18n.json │ │ └── vscode.r.i18n.json └── vscode-language-pack-pt-BR │ ├── .vscodeignore │ ├── languagepack.png │ └── translations │ └── extensions │ └── vscode.log.i18n.json └── media ├── yocode.png ├── vscode_locales.PNG ├── vscodeimportexport.PNG ├── vscode_extension_manager.PNG ├── vscode_install_languagepack.PNG └── vscode-language-pack-package-json.PNG /i18n/vscode-language-pack-qps-ploc/.yarnrc: -------------------------------------------------------------------------------- 1 | --ignore-engines true -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-fr/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pl/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ru/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | *.vsix 3 | -------------------------------------------------------------------------------- /media/yocode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/yocode.png -------------------------------------------------------------------------------- /media/vscode_locales.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/vscode_locales.PNG -------------------------------------------------------------------------------- /media/vscodeimportexport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/vscodeimportexport.PNG -------------------------------------------------------------------------------- /media/vscode_extension_manager.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/vscode_extension_manager.PNG -------------------------------------------------------------------------------- /media/vscode_install_languagepack.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/vscode_install_languagepack.PNG -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/.gitattributes: -------------------------------------------------------------------------------- 1 | # Set default behavior to automatically normalize line endings. 2 | * text=auto 3 | 4 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-fr/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pl/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ru/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-tr/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /media/vscode-language-pack-package-json.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/media/vscode-language-pack-package-json.PNG -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-cs/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-de/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-es/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-fr/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-fr/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-it/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-ja/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-ko/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pl/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-pl/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pt-BR/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/yarn.lock: -------------------------------------------------------------------------------- 1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. 2 | # yarn lockfile v1 3 | 4 | 5 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ru/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-ru/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-tr/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-tr/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | vsc-extension-quickstart.md 5 | node_modules 6 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pt-BR/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-pt-BR/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-qps-ploc/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-zh-hans/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/languagepack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-zh-hant/languagepack.png -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/.vscodeignore: -------------------------------------------------------------------------------- 1 | .vscode/** 2 | .vscode-test/** 3 | .gitignore 4 | .yarnrc 5 | vsc-extension-quickstart.md 6 | node_modules 7 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/vscode-language-pack-es-1.38.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/vscode-loc/HEAD/i18n/vscode-language-pack-es/vscode-language-pack-es-1.38.3.zip -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log 2 | 3 | All notable changes to the "vscode-language-pack-qps-ploc" language pack will be documented in this file. 4 | 5 | Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. 6 | 7 | ## [Unreleased] 8 | 9 | - Initial release 10 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log 2 | All notable changes to the "vscode-language-pack-cs" language pack will be documented in this file. 3 | 4 | ## [Released] 5 | * May 5, 2021 - Release for VS Code 1.56 6 | * March 31, 2021 - Release for VS Code 1.55 7 | * March 3, 2021 - Release for VS Code 1.54 8 | * February 3, 2021 - Release for VS Code 1.53 9 | * December 9, 2020 - Release for VS Code 1.52 10 | * November 4, 2020 - Release for VS Code 1.51 11 | * October 7, 2020 - Release for VS Code 1.50 12 | 13 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pl/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log 2 | All notable changes to the "vscode-language-pack-pl" language pack will be documented in this file. 3 | 4 | ## [Released] 5 | * May 5, 2021 - Release for VS Code 1.56 6 | * March 31, 2021 - Release for VS Code 1.55 7 | * March 3, 2021 - Release for VS Code 1.54 8 | * February 3, 2021 - Release for VS Code 1.53 9 | * December 9, 2020 - Release for VS Code 1.52 10 | * November 4, 2020 - Release for VS Code 1.51 11 | * October 7, 2020 - Release for VS Code 1.50 12 | 13 | -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为扩展名为 .log 的文件提供语法高亮功能。", 13 | "displayName": "日志" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": ".log 拡張子を持つファイルの構文ハイライトを提供します。", 13 | "displayName": "ログ" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.diff.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在差异文件中提供语法突出显示和括号匹配。", 13 | "displayName": "差异语言基础知识" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Go 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Go 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提示和说明文档的语法高亮显示。", 13 | "displayName": "提示语言基本信息" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 R 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "R 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為具有 .log 副檔名的檔案提供語法醒目提示功能。", 13 | "displayName": "LOG" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提示與指示文件的語法重點提示。", 13 | "displayName": "提示語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 R 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "R 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.diff.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "差分ファイルで構文の強調表示とかっこの一致を提供します。", 13 | "displayName": "差分言語の基本" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Go ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Go 言語の基礎" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "プロンプトと指示ドキュメントの構文ハイライト表示。", 13 | "displayName": "プロンプト言語の基本" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "R ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "R の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Go 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Go 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "확장명이 .log인 파일에 대해 구문 강조 표시를 제공합니다.", 13 | "displayName": "로그" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "R 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "R 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Ini 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Ini 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Lua 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Lua 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为 PHP 文件提供语法高亮和括号匹配功能。", 13 | "displayName": "PHP 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Pug 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Pug 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 SQL 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "SQL 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 XML 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "XML 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Go 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Go 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Ini 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "ini 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Lua 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Lua 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 PHP 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "PHP 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Pug 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Pug 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 SQL 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "SQL 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 XML 檔案提供語法醒目提式與括弧對應功能。", 13 | "displayName": "XML 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Ini ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Ini の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.julia.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Julia ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Julia 言語の基本" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Lua ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Lua の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "PHP ファイル内に構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "PHP の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Pug ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Pug の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "SQL ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "SQL の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "XML ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "XML の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Ini 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Ini 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Lua 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Lua 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.make.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Make 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Make 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "PHP 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "PHP 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "프롬프트 및 지침 문서에 대한 구문 강조 표시", 13 | "displayName": "프롬프트 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Pug 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Pug 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.ruby.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Ruby 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Ruby 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.rust.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Rust 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Rust 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "SQL 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "SQL 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "XML 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "XML 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.dart.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Dart 文件中提供语法突出显示和括号匹配功能。", 13 | "displayName": "Dart 语言基本信息" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.dotenv.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 dotenv 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Dotenv 语言基础" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.hlsl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 HLSL 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "HLSL 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.html.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 HTML 文件中提供语法突出显示、括号匹配和片段。", 13 | "displayName": "HTML 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.json.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 JSON 文件中提供语法突出显示和括号匹配功能。", 13 | "displayName": "JSON 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.julia.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Julia 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Julia 语言基础知识" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.less.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Less 文件中提供语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Less 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.make.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Make 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Make 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.perl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Perl 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Perl 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.ruby.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Ruby 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Ruby 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.rust.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Rust 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Rust 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.scss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 SCSS 文件中提供语法高亮、括号匹配和折叠功能。", 13 | "displayName": "SCSS 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.search-result.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为选项卡搜索结果中提供语法突出显示和语言功能。", 13 | "displayName": "搜索结果" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.yaml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 YAML 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "YAML 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.dart.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提供 Dart 檔案中的語法醒目提示和括弧比對。", 13 | "displayName": "Dart 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.diff.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提供 Diff 檔案中的語法醒目提示和括弧比對。", 13 | "displayName": "Diff 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.hlsl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 HLSL 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "HLSL 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.json.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提供 JSON 檔案中的語法醒目提示和括弧比對。", 13 | "displayName": "JSON 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.less.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Less 檔案提供語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Less 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.make.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Make 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Make 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.perl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Perl 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Perl 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.ruby.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Ruby 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Ruby 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.rust.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Rust 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Rust 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.scss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 SCSS 檔案提供語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "SCSS 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.search-result.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為索引標籤式搜尋結果提供語法醒目提示和語言功能。", 13 | "displayName": "搜尋結果" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.yaml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 YAML 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "YAML 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.dart.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Dart ファイルで、構文の強調表示とかっこの対応付けを提供します。", 13 | "displayName": "Dart の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.dotenv.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "dotenv ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Dotenv 言語の基本" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.hlsl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "HLSL ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "HLSL の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.json.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "JSON ファイルで、構文の強調表示とかっこの対応付けを提供します。", 13 | "displayName": "JSON の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.make.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Make ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Make の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.perl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Perl ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Perl の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.ruby.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Ruby ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Ruby の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.rust.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Rust ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Rust の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.search-result.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "シンタックスハイライトとタブ付き検索結果向け言語機能を提供します。", 13 | "displayName": "検索結果" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.yaml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "YAML ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "YAML の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.dart.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Dart 파일에서 구문 강조 표시 및 대괄호 일치 기능을 제공합니다.", 13 | "displayName": "Dart 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.diff.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Diff 파일에서 구문 강조 표시 및 대괄호 일치 기능을 제공합니다.", 13 | "displayName": "Diff 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.hlsl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "HLSL 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "HLSL 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.latex.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "PHP 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "LaTeX 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.less.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Less 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Less 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.perl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Perl 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Perl 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.yaml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "YAML 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "YAML 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.clojure.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Clojure 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Clojure 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.cpp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 C/C++ 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "C/C++ 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.csharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 C# 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "C# 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.css.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为 CSS、LESS 和 SCSS 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "CSS 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.docker.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Docker 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Docker 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.fsharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 F# 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "F# 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.java.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Java 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Java 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.python.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Python 文件中提供语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Python 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.razor.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Razor 文件中提供语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Razor 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.swift.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Swift 文件中提供代码片段、语法高亮和括号匹配功能。", 13 | "displayName": "Swift 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.clojure.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Clojure 檔案中提供語法醒目提示與括號對稱功能", 13 | "displayName": "Clojure 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.csharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 C# 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "C# 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.docker.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Docker 檔案提供語法醒目提示及括弧對應功能。", 13 | "displayName": "Docker 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.dotenv.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 dotenv 檔案中提供語法醒目提示及括弧對應功能。", 13 | "displayName": "Dotenv 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.fsharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 F# 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "F# 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.html.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 HTML 檔案中提供語法醒目顯示、括弧比對和程式碼片段。", 13 | "displayName": "HTML 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.razor.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Razor 檔案提供語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Razor 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.clojure.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Clojure ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Clojure の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.css.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "CSS、LESS、SCSS ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "CSS の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.html.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "HTML ファイルで、構文の強調表示、かっこの対応付け、スニペットを提供します。", 13 | "displayName": "HTML の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.latex.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "TeX、LaTeX および BibTeX に構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "LaTeX 言語の基本" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.less.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Less ファイルで構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Less の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.markdown.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Markdown のスニペット、構文ハイライトを提供します。", 13 | "displayName": "Markdown の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.razor.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Razor ファイル内で構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Razor の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.scss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "SCSS ファイル内で構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "SCSS の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.swift.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Swift ファイル内でスニペット、構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Swift の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.csharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "C# 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "C# 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.css.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "CSS,LESS,SCSS 파일에서 구문 강조 표시와 괄호 일치를 제공합니다.", 13 | "displayName": "CSS 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.docker.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Docker 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Docker 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.dotenv.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Docker 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Dotenv 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.fsharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "F# 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "F# 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.json.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "JSON 파일에서 구문 강조 표시 및 대괄호 일치 기능을 제공합니다.", 13 | "displayName": "JSON 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.julia.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Julia 파일에서 구문 강조 표시 및 대괄호 일치 기능을 제공합니다.", 13 | "displayName": "Julia 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.python.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Python 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Python 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.razor.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Razor 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Razor 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.scss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "SCSS 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "SCSS 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.search-result.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "탭된 검색 결과에 대한 구문 강조 표시 및 언어 기능을 제공합니다.", 13 | "displayName": "검색 결과" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.swift.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Swift 파일에서 코드 조각, 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Swift 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.builtin-notebook-renderers.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为笔记本提供基本输出呈现器", 13 | "displayName": "内置笔记本输出呈现器" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.groovy.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Groovy 文件中提供代码片段、语法高亮和括号匹配功能。", 13 | "displayName": "Groovy 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.latex.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "为 TeX、LaTeX 和 BibTeX 提供语法突出显示和括号匹配。", 13 | "displayName": "LaTeX 语言基本信息" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.markdown.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Markdown 文件中提供代码片段和语法高亮功能。", 13 | "displayName": "Markdown 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.shellscript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Shell 脚本文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Shell 脚本语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.builtin-notebook-renderers.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為筆記本提供基本輸出轉譯器", 13 | "displayName": "內建筆記本輸出轉譯器" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.cpp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 C/C++ 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "C/C++ 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.css.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 CSS、LESS 與 SCSS 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "CSS 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.groovy.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Groovy 檔案提供程式碼片段、語法醒目提示及括弧對應功能。", 13 | "displayName": "Grovy 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.java.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Java 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Java 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.julia.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Julia 檔案中提供語法醒目提示及括弧對稱功能。", 13 | "displayName": "Julia Language Basics" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.markdown.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Markdown 提供程式碼片段和語法醒目提示。", 13 | "displayName": "Markdown 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.python.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Python 檔案提供語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Python 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.swift.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Swift 檔案提供程式碼片段、語法醒目提示及括弧對應功能。", 13 | "displayName": "Swift 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.cpp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "C/C++ ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "C/C++ の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.csharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "C# ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "C# の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.docker.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Docker ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Docker ファイルの基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.fsharp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "F# ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "F# の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.groovy.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Groovy ファイル内でスニペット、構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Groovy の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.java.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Java ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Java の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.python.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Python ファイル内で構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Python の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.clojure.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Clojure 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Clojure 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.cpp.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "C/C++ 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "C/C++ 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.html.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "HTML 파일에서 구문 강조 표시, 대괄호 일치 및 코드 조각 기능을 제공합니다.", 13 | "displayName": "HTML 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.java.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Java 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Java 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.markdown.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Markdown에 대해 코드 조각 및 구문 강조 표시를 제공합니다.", 13 | "displayName": "Markdown 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.shaderlab.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Shaderlab 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Shaderlab 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.shellscript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "셸 스크립트 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "셸 스크립트 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.bat.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Windows 批处理文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Windows 批处理语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.handlebars.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Handlebars 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Handlebars 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.shaderlab.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Shaderlab 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Shaderlab 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.handlebars.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Handlebars 檔案提供語法醒目提示及括弧對應功能。", 13 | "displayName": "Handlebars 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.latex.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 TeX、LaTeX 和 BibTeX 提供語法醒目提示與括弧對應功能。", 13 | "displayName": "LaTeX 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.shaderlab.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Shaderlab 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Shaderlab 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.handlebars.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Handlebars ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Handlebars の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.shaderlab.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Shaderlab ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Shaderlab の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.groovy.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Groovy 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Groovy 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.handlebars.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Handlebars 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Handlebars 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Fornece realce de sintaxe para arquivos com extensão .log.", 13 | "displayName": "Log" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.objective-c.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Objective-C 文件中提供语法高亮和括号匹配功能。", 13 | "displayName": "Objective-C 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.vb.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Visual Basic 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Visual Basic 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.bat.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Windows 批次檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Windows Bat 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.objective-c.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": " Objective-C 檔案中的語法醒目提示和括號對稱功能。", 13 | "displayName": "Objective-C 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.shellscript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Shell Script 檔案提供語法醒目提示與括弧對應功能。", 13 | "displayName": "Shell Script 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.vb.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 Visual Basic 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Visual Basic 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe pro soubory s příponou .log.", 13 | "displayName": "Protokol" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung für Dateien mit .log-Erweiterung.", 13 | "displayName": "Protokoll" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.bat.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Windows batch ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Windows バッチ言語の基礎" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.builtin-notebook-renderers.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "ノートブック用の基本的な出力レンダラーを指定する", 13 | "displayName": "ビルトイン ノートブック出力レンダラー" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.objective-c.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Objective-C ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Objective-C の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.shellscript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Shell Script ファイル内で構文ハイライト、かっこ一致を提供します。", 13 | "displayName": "Shell Script の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code の Red テーマ", 13 | "displayName": "Red テーマ", 14 | "themeLabel": "Red" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.bat.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Windows 배치 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Windows Bat 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.builtin-notebook-renderers.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Notebook에 대한 기본 출력 렌더러 제공", 13 | "displayName": "기본 제공 Notebook 출력 렌더러" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.objective-c.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Objective-C 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다.", 13 | "displayName": "Objective-C 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.theme-abyss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code용 심해 테마", 13 | "displayName": "심해 테마", 14 | "themeLabel": "심연" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code용 빨간색 테마", 13 | "displayName": "빨간색 테마", 14 | "themeLabel": "빨간색" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Prøvïðës sÿñtæx hïghlïghtïñg før fïlës wïth .løg ëxtëñsïøñ.", 13 | "displayName": "£øg" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-tr/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": ".log uzantısına sahip dosyalar için söz dizimi vurgulama sağlar.", 13 | "displayName": "Günlük" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.javascript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 JavaScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "JavaScript 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.powershell.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 Powershell 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "Powershell 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.typescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 TypeScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "TypeScript 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.javascript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 JavaScript 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "JavaScript 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.powershell.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 PowerShell 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "Powershell 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.typescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "為 TypeScript 檔案提供程式碼片段、語法醒目提示、括弧對應與摺疊功能。", 13 | "displayName": "TypeScript 語言基礎知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Proporciona resaltado de sintaxis para archivos con la extensión .log.", 13 | "displayName": "LOG" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Offre la sottolineatura delle sintassi per i file con estensione log.", 13 | "displayName": "LOG" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.typescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "TypeScript ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "TypeScript 言語の基礎" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.vb.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Basic ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Visual Basic の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.javascript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "JavaScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "JavaScript 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.vb.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Basic 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Visual Basic 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-pl/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Udostępnia wyróżnianie składni dla plików z rozszerzeniem .log.", 13 | "displayName": "Dziennik" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ru/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Предоставляет подсветку синтаксиса для файлов с расширением .log.", 13 | "displayName": "Журнал" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.coffeescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 CoffeeScript 文件中提供代码片段、语法高亮、括号匹配和折叠功能。", 13 | "displayName": "CoffeeScript 语言基础功能" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.restructuredtext.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "在 reStructuredText 文件中提供语法突出显示。", 13 | "displayName": "reStructuredText 语言基础知识" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.restructuredtext.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "提供 reStructuredText 檔案中的語法醒目提示。", 13 | "displayName": "reStructuredText 語言基本資料" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code 的紅色佈景主題", 13 | "displayName": "紅色佈景主題", 14 | "themeLabel": "紅色" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Zvýrazňování syntaxe pro dokumenty s výzvami a pokyny.", 13 | "displayName": "Základy jazyka výzev" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech R.", 13 | "displayName": "Základy jazyka R" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Go-Dateien.", 13 | "displayName": "Go-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in R-Dateien.", 13 | "displayName": "R-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Tema rojo para Visual Studio Code", 13 | "displayName": "Tema rojo", 14 | "themeLabel": "Rojo" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-fr/translations/extensions/vscode.log.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Fournit la coloration syntaxique pour les fichiers avec une extension .log.", 13 | "displayName": "LOG" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-fr/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Thème Red pour Visual Studio Code", 13 | "displayName": "Thème Red", 14 | "themeLabel": "Rouge" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Tema Red per Visual Studio Code", 13 | "displayName": "Tema Red", 14 | "themeLabel": "Rosso" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.javascript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "JavaScript ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "JavaScript の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.powershell.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Powershell ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "Powershell の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.restructuredtext.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "reStructuredText ファイルの構文強調表示を提供します。", 13 | "displayName": "reStructuredText Language Basics" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.theme-abyss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code の Abyss テーマ", 13 | "displayName": "Abyss テーマ", 14 | "themeLabel": "Abyss" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.coffeescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "CoffeeScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "CoffeeScript 언어 기본" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.powershell.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Powershell 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "Powershell 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.typescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "TypeScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다.", 13 | "displayName": "TypeScript 언어 기본 사항" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-tr/translations/extensions/vscode.prompt.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "İstem ve Yönergeler belgeleri için sözdizimi vurgulama.", 13 | "displayName": "İstem Dili Temelleri" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-tr/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "R dosyalarında söz dizimi vurgulama ve ayraç eşleştirmesi sağlar.", 13 | "displayName": "R Dili Temelleri" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "适用于 Visual Studio Code 的 Red 主题", 13 | "displayName": "Red 主题", 14 | "themeLabel": "红色" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.coffeescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "CoffeeScript 檔案中提供程式碼片段, 語法醒目提示, 括號對稱與可折疊區域功能。", 13 | "displayName": "CoffeeScript 語言基本知識" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech Go.", 13 | "displayName": "Základy jazyka Go" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech Ini.", 13 | "displayName": "Základy jazyka Ini" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.latex.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Zvýrazňuje syntax a párování závorek pro TeX, LaTeX a BibTeX.", 13 | "displayName": "Základy jazyka LaTeX" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech Lua.", 13 | "displayName": "Základy jazyka Lua" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek pro soubory PHP.", 13 | "displayName": "Základy jazyka PHP" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech Pug.", 13 | "displayName": "Základy jazyka Pug" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech SQL.", 13 | "displayName": "Základy jazyka SQL" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.theme-abyss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Motiv Abyss pro Visual Studio Code", 13 | "displayName": "Motiv Abyss", 14 | "themeLabel": "Abyss" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-cs/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Poskytuje zvýrazňování syntaxe a párování závorek v souborech XML.", 13 | "displayName": "Základy jazyka XML" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.dart.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in DART-Dateien.", 13 | "displayName": "DART-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.hlsl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in HLSL-Dateien.", 13 | "displayName": "HLSL-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.ini.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Ini-Dateien.", 13 | "displayName": "Ini-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.json.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammerabgleich in JSON-Dateien.", 13 | "displayName": "JSON-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.lua.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Lua-Dateien.", 13 | "displayName": "Lua-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.make.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Make-Dateien.", 13 | "displayName": "Make-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.markdown.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Schnipsel und Syntaxhervorhebung für Markdown.", 13 | "displayName": "Markdown-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.perl.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Perl-Dateien.", 13 | "displayName": "Perl-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.php.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich für PHP-Dateien.", 13 | "displayName": "PHP-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.pug.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Pug-Dateien.", 13 | "displayName": "Pug-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.ruby.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Ruby-Dateien.", 13 | "displayName": "Ruby-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.rust.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in Rust-Dateien.", 13 | "displayName": "Rust-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.sql.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in SQL-Dateien.", 13 | "displayName": "SQL-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.theme-red.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Rotes Design für Visual Studio Code", 13 | "displayName": "Rotes Design", 14 | "themeLabel": "Rot" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.xml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in XML-Dateien.", 13 | "displayName": "XML-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-de/translations/extensions/vscode.yaml.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Bietet Syntaxhervorhebung und Klammernabgleich in YAML-Dateien.", 13 | "displayName": "YAML-Sprachgrundlagen" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-es/translations/extensions/vscode.theme-abyss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Tema Abyss para Visual Studio Code", 13 | "displayName": "Tema Abyss", 14 | "themeLabel": "Abyss" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-it/translations/extensions/vscode.theme-abyss.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Tema Abyss per Visual Studio Code", 13 | "displayName": "Tema Abyss", 14 | "themeLabel": "Abisso" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ja/translations/extensions/vscode.coffeescript.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "CoffeScript ファイル内でスニペット、構文ハイライト、かっこ一致、折りたたみを提供します。", 13 | "displayName": "CoffeeScript の基本言語サポート" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.restructuredtext.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "reStructuredText 파일에서 구문 강조 표시를 제공합니다.", 13 | "displayName": "reStructuredText Language Basics" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.theme-monokai.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code용 Monokai 테마", 13 | "displayName": "Monokai 테마", 14 | "themeLabel": "Monokai" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.theme-quietlight.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code용 고요한 밝은 테마", 13 | "displayName": "고요한 밝은 테마", 14 | "themeLabel": "고요한 밝은" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-ko/translations/extensions/vscode.theme-solarized-light.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Visual Studio Code용 노출 밝은 테마", 13 | "displayName": "노출 밝은 테마", 14 | "themeLabel": "노출 밝은" 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.go.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Prøvïðës sÿñtæx hïghlïghtïñg æñð þræçkët mætçhïñg ïñ Gø fïlës.", 13 | "displayName": "Gø £æñgµægë ßæsïçs" 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /i18n/vscode-language-pack-qps-ploc/translations/extensions/vscode.r.i18n.json: -------------------------------------------------------------------------------- 1 | { 2 | "": [ 3 | "--------------------------------------------------------------------------------------------", 4 | "Copyright (c) Microsoft Corporation. All rights reserved.", 5 | "Licensed under the MIT License. See License.txt in the project root for license information.", 6 | "--------------------------------------------------------------------------------------------", 7 | "Do not edit this file. It is machine generated." 8 | ], 9 | "version": "1.0.0", 10 | "contents": { 11 | "package": { 12 | "description": "Prøvïðës sÿñtæx hïghlïghtïñg æñð þræçkët mætçhïñg ïñ R fïlës.", 13 | "displayName": "R £æñgµægë ßæsïçs" 14 | } 15 | } 16 | } --------------------------------------------------------------------------------